Package com.cisco.pt.ipc.sim.pdu.impl
Class VTPSummaryFrameImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
com.cisco.pt.ipc.sim.pdu.impl.PduImpl
com.cisco.pt.ipc.sim.pdu.impl.VTPFrameImpl
com.cisco.pt.ipc.sim.pdu.impl.VTPSummaryFrameImpl
- All Implemented Interfaces:
IPCData,Pdu,Signal,VTPFrame,VTPSummaryFrame
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected Byteprotected IPAddressprotected StringFields inherited from class com.cisco.pt.ipc.sim.pdu.impl.VTPFrameImpl
code, domainName, versionFields inherited from class com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
fieldNames, fieldTable, signalType, typeTable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencodeTypeAndPayload(EncodedBuffer buffer) intgetFieldType(String fieldName) voidpduRead(EncodedBuffer buffer) voidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw datavoidsetConfiRevision(int confiRevision) voidsetFollowers(Byte followers) voidsetUpdaterIp(IPAddress updaterIp) voidsetUpdateTimeStamp(String updateTimeStamp) Methods inherited from class com.cisco.pt.ipc.sim.pdu.impl.VTPFrameImpl
getCode, getDomainName, getVersion, setCode, setDomainName, setVersionMethods inherited from class com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
getFieldValueMethods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVectorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
getFieldValueMethods inherited from interface com.cisco.pt.ipc.sim.pdu.VTPFrame
getCode, getDomainName, getVersion, setCode, setDomainName, setVersion
-
Field Details
-
followers
-
confiRevision
protected int confiRevision -
updaterIp
-
updateTimeStamp
-
-
Constructor Details
-
VTPSummaryFrameImpl
public VTPSummaryFrameImpl()
-
-
Method Details
-
getFollowers
- Specified by:
getFollowersin interfaceVTPSummaryFrame- Returns:
- Byte Returns a Byte
-
setFollowers
- Specified by:
setFollowersin interfaceVTPSummaryFrame- Parameters:
followers- Takes in a parameter of followers
-
getConfiRevision
public int getConfiRevision()- Specified by:
getConfiRevisionin interfaceVTPSummaryFrame- Returns:
- int Returns a int
-
setConfiRevision
public void setConfiRevision(int confiRevision) - Specified by:
setConfiRevisionin interfaceVTPSummaryFrame- Parameters:
confiRevision- Takes in a parameter of confiRevision
-
getUpdaterIp
- Specified by:
getUpdaterIpin interfaceVTPSummaryFrame- Returns:
- IPAddress Returns a IPAddress
-
setUpdaterIp
- Specified by:
setUpdaterIpin interfaceVTPSummaryFrame- Parameters:
updaterIp- Takes in a parameter of updaterIp
-
getUpdateTimeStamp
- Specified by:
getUpdateTimeStampin interfaceVTPSummaryFrame- Returns:
- String Returns a String
-
setUpdateTimeStamp
- Specified by:
setUpdateTimeStampin interfaceVTPSummaryFrame- Parameters:
updateTimeStamp- Takes in a parameter of updateTimeStamp
-
getFieldType
- Overrides:
getFieldTypein classVTPFrameImpl
-
read
Reads this object from an EncodedBuffer of raw data- Specified by:
readin interfaceIPCData- Overrides:
readin classVTPFrameImpl- Parameters:
buffer- The EncodedBuffer that contains the raw data from which to construct this object
-
pduRead
- Specified by:
pduReadin interfaceSignal- Overrides:
pduReadin classVTPFrameImpl
-
getOrderedFieldNames
- Specified by:
getOrderedFieldNamesin interfaceSignal- Overrides:
getOrderedFieldNamesin classVTPFrameImpl
-
encodeTypeAndPayload
- Specified by:
encodeTypeAndPayloadin interfaceSignal- Overrides:
encodeTypeAndPayloadin classVTPFrameImpl
-